public marks

PUBLIC MARKS from "Xavier Lacot" with tags developement & file

September 2009

JQuery File Upload Plugin Script - JQuery File Upload Script - Uploadify

by 7 others
Uploadify is a jQuery plugin that allows the easy integration of a multiple (or single) file uploads on your website

February 2009

Database versus files for Images at Spindrop

Dave gives his feedback on a long-debated developement topic : storing files in database or on the filesystem. "I had been serving images via the database. Immediately when I switched to the filesystem I saw a huge benefit. Not just a drop in database connections, but overall “zippiness” in the site. We’ll see how well this performs in the real world, but I am quite sure that I learned my lesson." All this makes sense : files are not data, they are just files. A filesystem is designed for hosting files. A database is designed for hosting data. Don't mess things.